/*
html{
	font-size: 14px;
	width: 100%;
	color: #111111;
	font-family: "microsoft yahei","微软雅黑";
}
body{
	overflow-x: hidden;
}
a{
	text-decoration: none;
	color: #000;
}
img{
	vertical-align: middle;
	max-width: 100%;
}
ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style: none;
}
input,button,select,textarea{
	outline: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ta_l{
	text-align: left;
}
.ta_c{
	text-align: center;
}
.ta_r{
	text-align: right;
}
.clear{
	clear: both;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.header .top{
	height: 100px;
	line-height: 100px;
}
.header .tels{
	line-height: initial;
	margin-top: 23px;
	font-size: 20px;
	color: #00848D;
}
.header .tels .name img{
	margin-right: 10px;
}
.header .navs{
	position: absolute;
	z-index: 2;
	background-image: url(../images/nav_bg.png);
	width: 100%;
	height: 100px;
	line-height: 100px;
}
.header .navs .nav_list{
	padding: 0 20px;
	position: relative;
}
.header .navs a{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
}
.ym1 .ons1 a, .ym2 .ons2 a, .ym3 .ons3 a, .ym4 .ons4 a, .ym5 .ons5 a, .ym6 .ons6 a, .ym7 .ons7 a, .ym8 .ons8 a{
	color: #01F9FF;
	border-bottom: 2px solid #fff;
}
.header .navs .xiala{
	position: absolute;
	top: 75px;
	width: 80px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/b_bg.png);
	display: none;
}
.header .navs .xiala a{
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	display: block;
}
.header .navs .nav_list:hover .xiala{
	display: block;
}
.banner{
	position: relative;
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.zyw_js{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 2;
	background-image: url(../images/h_bg.png);
}
.zyw_js .zyw_list{
	width: 20%;
	color: #fff;
	height: 100px;
	text-align: center;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.zyw_js .zyw_list .img{
	margin-top: 30px;
	margin-left: 20px;
}
.zyw_js .zyw_list .text_main{
	width: 130px;
	margin-left: 15px;
	margin-top: 15px;
}
.zyw_js .zyw_list .name{
	font-size: 20px;
}
.zyw_js .zyw_list .name span{
	border-bottom: 1px solid #fff;
	padding-bottom: 6px;
	display: inline-block;
}
.zyw_js .zyw_list .text{
	margin-top: 6px;
}
.sy_zyyw{
	margin-top: 100px;
}
.box .title{
	text-align: center;
	font-size: 24px;
	background-image: url(../images/title.png);
	background-position: center;
	background-repeat: no-repeat;
}
.box .titles{
	text-align: center;
	font-size: 20px;
	color: #666666;
}
.zyyw_nav_list{
	display: inline-block;
}
.sy_zyyw .mains{
	margin-top: 65px;
}
.sy_zyyw .mains .zyyw_nav{
	text-align: center;
}
.sy_zyyw .zyyw_nav .l{
	display: none;
}
.sy_zyyw .zyyw_nav .zyyw_nav_list{
	width: 192px;
	border-right: 1px solid #d2d2d2;
}
.sy_zyyw .zyyw_nav .zyyw_nav_list:last-child{
	border-right: none;
}
.sy_zyyw .zyyw_nav .zyyw_nav_list:hover .l{
	display: inline-block;
}
.sy_zyyw .zyyw_nav .zyyw_nav_list:hover .h{
	display: none;
}
.sy_zyyw .zyyw_nav_list .name{
	margin-top: 20px;
	font-size: 16px;
	color: #111111;
}
.sy_zyyw .zyyw_main{
	margin-top: 70px;
}
.sy_zyyw .swiper-container{
	padding-bottom: 60px;
}
.sy_zyyw .swiper-slide .text_main{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	text-align: center;
	transition: all 0.6s;
}
.sy_zyyw .swiper-slide:hover .text_main{
	background-image: url(../images/nav_bg.png);
}
.sy_zyyw .text_main .name{
	margin-top: 80px;
}
.sy_zyyw .swiper-slide:hover .name{
	margin-top: 60px;
}
.sy_zyyw .text_main .name span{
	background-color: #00848d;
	display: inline-block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 20px;
}
.sy_zyyw .swiper-slide .b_b{
	display: none;
}
.sy_zyyw .swiper-slide:hover .b_b{
	width: 51px;
	height: 2px;
	background-color: #01F9FF;
	display: block;
	margin: 15px auto 0;
}
.sy_zyyw .text_main .text{
	display: none;
}
.sy_zyyw .text_main:hover .text{
	font-size: 16px;
	width: 190px;
	margin: 15px auto 0;
	display: block;
	color: #fff;
}
.sy_zyyw .swiper-button-next, .sy_zyyw .swiper-button-prev{
	bottom: 0;
	top: auto;
	background-position: center;
	background-repeat: no-repeat;
}
.sy_zyyw .swiper-button-next:after, .sy_zyyw .swiper-button-prev:after{
	content: none;
}
.sy_zyyw .swiper-button-prev{
	background-image: url(../images/lefts.png);
	left: 46%;
}
.sy_zyyw .swiper-button-next{
	background-image: url(../images/rights.png);
	right: 46%;
}
.sy_about{
	margin-top: 80px;
	background-image: url(../images/sy_about.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.sy_about .mains{
	margin-top: 80px;
	width: 725px;
	margin-left: 450px;
	position: relative;
}
.sy_about .mains .img{
	position: absolute;
	top: 60px;
	left: -810px;
}
.sy_about .mains .name{
	text-align: center;
}
.sy_about .mains .name span{
	display: inline-block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	background-color: #00848D;
	color: #fff;
	font-size: 16px;
}
.sy_about .mains .text p{
	margin-top: 12px;
	font-size: 16px;
	color: #666666;
	text-indent: 2em;
	line-height: 32px;;
}
.sy_about .qywh_main{
	padding: 0 25px;
	box-sizing: border-box;
	margin-top: 20px;
	font-size: 16px;
}
.sy_about .qywh_main span{
	color: #00848D;
}
.sy_about .more{
	margin-top: 60px;
	text-align: center;
}
.sy_about .more a{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	width: 135px;
	border-radius: 16px;
	border: 1px solid #00848D;
}
.sy_honor{
	height: 350px;
	line-height: 350px;
	background-image: url(../images/sy_honor_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 350px;
	line-height: 350px;
	margin-top: 80px;
}
.sy_honor .name{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
}
.sy_honor .name span{
	border-bottom: 2px solid #01F9FF;
	line-height: 30px;
}
.sy_honor .img{
	height: 300px;
	line-height: 298px;
	margin-left: 95px;
	box-sizing: border-box;
	border: 1px solid #01F9FF;
	vertical-align: middle;
    display: inline-block;
    padding: 0 10px;
}
.sy_gxqy{
	margin-top: 80px;
}
.sy_gxqy .mains{
	margin-top: 50px;
}
.sy_gxqy .mains .gxqy_list{
	height: 230px;
	margin-right: 40px;
	margin-bottom: 30px;
}
.sy_gxqy .mains .gxqy_list:nth-child(4n){
	margin-right: 0;
}
.sy_gxqy .gxqy_list .img{
	margin-top: 20px;
	position: relative;
	transition: all 0.6s;
}
.sy_gxqy .gxqy_list:hover .img{
	margin-top: 0;
}
.sy_gxqy .gxqy_list .name{
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0;
	right: 0;
	width: 130px;
	margin: auto auto;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #fff;
	font-size: 16px;
}
.sy_gxqy .gxqy_list .zz{
	opacity: 0;
	background-image: url(../images/nav_bg.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.sy_gxqy .gxqy_list:hover .zz{
	opacity: 1;
}
.sy_gxqy .text{
	text-align: center;
	font-size: 20px;
	margin-top: 40px;
}
.sy_gxqy .more{
	margin-top: 30px;
	text-align: center;
}
.sy_gxqy .more a{
	display: inline-block;
	height: 44px;
	line-height: 44px;
	color: #fff;
	background-color: #00848D;
	width: 135px;
	border-radius: 16px;
}
.sy_ln{
	height: 270px;
	background-image: url(../images/sy_ln.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 80px;
}
.sy_news{
	margin-top: 80PX;
}
.sy_news .mains{
	margin-top: 70px;
}
.sy_news .img{
	position: relative;
}
.sy_news .img .time{
	position: absolute;
	top: -15px;
	left: 18px;
	width: 68px;
	height: 72px;
	padding-right: 8px;
	box-sizing: border-box;
	background-image: url(../images/times.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.sy_news .time .m , .sy_news .time .d{
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.sy_news .left .img{
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
.sy_news .left .name{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
.sy_news .left .text{
	background-color: #EEEEEE;
	box-sizing: border-box;
	padding-left: 15px;
	height: 44px;
	line-height: 44px;
	margin-top: 10px;
}
.sy_news .left .more{
	width: 135px;
	border-radius: 16px;
	border: 1px solid #00848D;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #fff;
	font-size: 16px;
}
.sy_news .text_main{
	width: 630px;
}
.sy_news .news_list{
	border-bottom: 1px solid #666666;
	padding-bottom: 20px;
	padding-top: 10px;
}
.sy_news .news_list:last-child{
	border-bottom: none;
}
.sy_news .news_list .bg{
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
}
.sy_news .news_list .bg:hover{
	background-color: #EEEEEE;
}
.sy_news .news_list .bg:hover a{
	color: #00848D;
}
.sy_news .news_list .name{
	width: 450px;
	overflow: hidden;
	font-size: 20px;
}
.sy_case{
	height: 450px;
	padding-top: 80px;
	box-sizing: border-box;
	margin-top: 100px;
	background-image: url(../images/sy_case_bg.jpg);
	background-position: top center;
	color: #fff;
	background-repeat: no-repeat;
}
.sy_case .titles{
	color: #fff;
}
.sy_case .mains{
	margin-top: 60px;
}
.sy_case .mains .case_list{
	margin-right: 21px;
}
.sy_case .mains .case_list:nth-child(6){
	margin-right: 0;
}
.sy_case .img{
	margin-top: 50px;
	text-align: center;
}
.link{
	background-color: #EEEEEE;
	padding: 36px 0;
	margin-top: 50px;
}
.link .name{
	width: 38px;
	padding: 0 8px;
	box-sizing: border-box;
	border-right: 1px solid #00848D;
	font-size: 20px;
}
.link .text{
	width: 1140px;
	line-height: 32px;
}
.link .text a{
	margin-right: 30px;
	color: #666666;
	font-size: 16px;
}
.link .text a:hover{
	color: #00848D;
}
.sy_contact{
	margin-top: 80px;
}
.sy_contact .mains{
	width: 950px;
	margin: 55px auto 0;
	background-image: url(../images/sy_contact.png);
	background-position: top 64px left 130px;
	background-repeat: no-repeat;
	box-shadow: 0 0 42px 1px #686868;
	box-sizing: border-box;
	padding: 82px 90px 40px 300px;
}
.sy_contact .mains .contact_list{
	height: 60px;
	line-height: 30px;
	margin-bottom: 17px;
	font-size: 20px;
}
.sy_contact .mains .name{
	width: 170px;
	text-align: right;
}
.sy_contact .mains .text{
	width: 380px;
	color: #666666;
}
.footer{
	margin-top: 100px;
	color: #fff;
	padding-bottom: 90px;
	background-color: #00848D;
}
.footer .b_logo{
	width: 250px;
	height: 86px;
	line-height: 86px;
	text-align: center;
	background-color: #01F9FF;
}
.footer .tel{
	height: 86px;
	line-height: 86px;
	margin-left: 30px;
	font-size: 30px;
}
.footer .tel img{
	margin-right: 15px;
}
.footer .left .img{
	margin-top: 48px;
}
.footer .f_nav{
	margin-top: 12px;
}
.footer .f_nav_list{
	width: 92px;
	text-align: center;
	font-size: 16px;
}
.footer .f_nav_list a{
	color: #fff;
}
.footer .right{
	margin-top: 18px;
}
.footer .right .img{
	padding: 8px;
	width: 138px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #01F9FF;
}
.footer .right .text{
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}
.footer .right .text img{
	margin-right: 10px;
}
.footer .bottom{
	margin-top: 85px;
}
.boxs{
	background-image: url(../images/boxs.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.boxs.none{
	background-image: none;
}
.boxs .title{
	font-size: 24px;
	text-align: center;
}
.boxs .title span{
	border-bottom: 1px solid #666666;
	display: inline-block;
	padding: 8px 10px;
}
.sjfw{
	margin-top: 88px;
}
.sjfw .mains{
	margin-top: 30px;
}
.sjfw .sjfw_list{
	position: relative;
	margin-right: 60px;
}
.sjfw .sjfw_list:nth-child(3){
	margin-right: 0;
}
.sjfw .sjfw_list .text_main{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	text-align: center;
	transition: all 0.6s;
}
.sjfw .sjfw_list:hover .text_main{
	background-image: url(../images/nav_bg.png);
}
.sjfw .text_main .name{
	margin-top: 80px;
}
.sjfw .sjfw_list:hover .name{
	margin-top: 60px;
}
.sjfw .text_main .name span{
	background-color: #00848d;
	display: inline-block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 20px;
}
.sjfw .sjfw_list .b_b{
	display: none;
}
.sjfw .swiper-slide:hover .b_b{
	width: 51px;
	height: 2px;
	background-color: #01F9FF;
	display: block;
	margin: 15px auto 0;
}
.sjfw .text_main .text{
	display: none;
}
.sjfw .text_main:hover .text{
	font-size: 16px;
	width: 190px;
	margin: 15px auto 0;
	display: block;
	color: #fff;
}
.fw_case{
	margin-top: 70px;
}
.fw_case .mains{
	margin-top: 60px;
}
.fw_case .mains .case_list{
	border: 1px solid #dadada;
	box-sizing: border-box;
}
.fw_case .mains .case_list:nth-child(6){
	margin-right: 0;
}
.ly{
	margin-top: 70px;
}
.ly .mains{
	margin: 45px auto 0;
	box-shadow: 0 0 18px 1px #223639;
	padding: 30px 40px;
	box-sizing: border-box;
	background-color: #fff;
}
.ly .mains .ly_list{
	width: 340px;
	margin-right: 50px;
}
.ly .mains .ly_list:nth-child(3){
	margin-right: 0;
}
.ly .mains .ly_list input , .ly .mains .ly_list select , .ly .mains .textareas textarea , .ly .mains .submits input{
	border: none;
	width: 100%;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	color: #999999;
	padding: 0 10px;
}
.ly .mains .ly_list .name{
	font-size: 20px;
	color: #666666;
}
.ly .mains .ly_list .inputs , .ly .mains .textareas{
	border: 1px solid #D2D2D2;
	margin-top: 20px;
}
.ly .mains .textareas{
	height: 120px;
}
.ly .mains .textareas textarea{
	height: 120px;
}
.ly .mains .submits{
	margin-top: 20px;
	text-align: center;
}
.ly .mains .submits input{
	background-color: #00848D;
	width: 280px;
	border-radius: 20px;
	color: #fff;
}
.boxs .details{
	margin-top: 80px;
}*/
/**********************************2020.01.01 xujun *************************************/
.margin-top {
	margin-top: 90px;
}
.consult {
	margin-top: 70px;
	padding: 40px 0;
	vertical-align: middle;
}
.consult-left {
	text-align: right;
	background:url("../images/consult_left_bg.jpg") no-repeat left center;
	background-size: contain;
}
.consult-right {
	text-align: left;
	background:url("../images/consult_right_bg.jpg") no-repeat right center;
	background-size: contain;
}
.consult-box {
	width: 840px;
	height: 300px;
	padding: 20px;
	text-align: center;
	display: inline-block;
}
.consult-box-left {
	box-shadow: 5px 5px 10px #d2d2d2;
	background:#fff url("../images/consult_box_left_bg.png") no-repeat left top;
}
.consult-box-right {
	box-shadow: -5px 5px 10px #d2d2d2;
	background:#fff url("../images/consult_box_right_bg.png") no-repeat right top;
}
.consult-title {
	color: #111111;
	font-size: 20px;
}
.consult-item {
	width: calc(33% - 40px);
	padding: 20px;
	display: inline-block;
	vertical-align: top;
}
.consult-item span {
	width: 100px;
	height: 100px;
	border-radius: 51px;
	margin: 10px 0 25px;
	overflow: hidden;
	line-height: 100px;
	display: inline-block;
	border: 1px solid #00848d;
	background-color: #eeeeee;
}
.consult-item span:hover {
	background-color: #00848d;
}
.consult-item span i {
	color: #00848d;
	font-size: 50px;
}
.consult-item span i.icon-xitongwentizixun{
	font-size: 70px;
}
.consult-item span i.icon-icon-fangan-copy-2-copy-copy{
	font-size: 45px;
}
.consult-item span:hover i {
	color: #fff;
}
.consult-item p {
	color: #111111;
	font-size: 16px;
}
.consult-person {
	position: relative;
	margin-top: 90px;
}
.consult-person-title {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.consult-person-title p {
	color: #fff;
	font-size: 30px;
	margin-top: -122px;
	font-weight: bold;
}
.consult-person-title p i {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
}
.flow {
	margin-top: -130px;
	position: relative;
	padding: 0 10px 60px;
}
.flow-box {
	width: 560px;
	height: 375px;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 5px 15px #cbcbcb;
}
.flow-box img {
	position: absolute;
	top: -11px;
}
.flow-title {
	color: #111;
	font-size: 20px;
	margin: 30px 0;
}
.flow-list {
	padding: 0 45px;
	text-align: center;
}
.flow-list li {
	color: #111;
	font-size: 16px;
	line-height: 48px;
	border-bottom: 1px solid #d2d2d2;
}
.flow-list li:last-child {
	border-bottom: 1px solid #fff;
}
.risk {
	text-align: center;
}
.risk-title {
	color: #111;
	font-size: 20px;
	margin-bottom: 30px;
}
.risk-box {
	width: 765px;
	line-height: 75px;
	overflow: hidden;
	display: inline-block;
	box-shadow: 0 5px 15px #dddddd;
}
.risk-box p {
	color: #111;
	float: left;
	width: 50%;
	font-size: 16px;
}
.product {
	width: 1000px;
	line-height: 60px;
	margin: 50px auto 30px;
	overflow: hidden;
	text-align: center;
	background-color: #eeeeee;
}
.product li {
	float: left;
	color: #111;
	font-size: 16px;
	cursor: pointer;
	width: calc(100% / 3);
	box-sizing: border-box;
	border-right: 1px solid #00848D;
}
.product li:last-child {
	border-right: 1px solid transparent;
}
.product li:hover {
	color: #fff;
	background-color: #00848d;
}
.wy_li .ons_li{
	color: #fff;
	background-color: #00848d;
}
.wuyou_box{
	margin: 0 auto;
	display: none;
}
.wuyou_box .wuyou_text{
	margin-top: 30px;
}
.wuyou_box h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.wuyou_box p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.wuyou_text table{
	text-align: center;
}
.wuyou_text table td{
	height: 30px;
}
.wuyou_box .fkwy_text p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}
.imp {
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
}
.imp li {
	width: 350px;
	height: 170px;
	text-align: left;
	overflow: hidden;
	display: inline-block;
}
.imp-title {
	color: #fff;
	width: 50px;
	height: 170px;
	font-size: 16px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	writing-mode:vertical-lr;
	background-color: #00848d;
}
.imp-info {
	width: 300px;
	height: 170px;
	color: #666;
	font-size: 14px;
	padding: 6px 10px;
	box-sizing: border-box;
	background-color: #eee;
	border-left: 1px solid #eee;
}
.imp li:hover .imp-info {
	color: #fff;
	background-color: #00848d;
	border-left: 1px solid #01f9ff;
}
.server {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-around;
}
.server-item {
	width: 370px;
	margin-top: 35px;
	border: 1px solid #00848D;
	border-top-color: #fff;
}
.server-img {
	margin: 0 -1px;
	background-color: #fff;
}
.server-title {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	background-color: #00848d;
}
.server-info {
	padding: 10px;
	border-top: 1px solid #fff;
}
.server-info p {
	text-align: left;
}
.server-item:hover .server-info {
	color: #fff;	
	border-top: 1px solid #01F9FF;
}
.server-item:hover {
	background-color: #00848d;
}
.price-bg>div {
	width: 580px;
	display: flex;
	margin-top: 60px;
	align-items: flex-start;
}
.price-bg-name {
	color: #111;
	font-size: 16px;
}
.price-bg-box {
	flex: 1;
}
.price-bg-box p {
	color: #666666;
	font-size: 16px;
	margin-bottom: 10px;
}
.price-bg-box td {
	padding: 5px 0;
}
.advantage {
	width: 820px;
	position: relative;
	margin: 70px auto 0;
	padding: 0 70px 40px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 15px #dedede;
}
.advantage-title {
	font-size: 16px;
	color: #111111;
	text-align: center;
	line-height: 60px;
}
.advantage-info {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.advantage-bg {
	margin-top: -110px;
}
.sub-title {
	color: #666;
	font-size: 16px;
	text-align: center;
	margin: 15px 0;
}
.reform-style {
	margin-top: 30px;
	text-align: center;
	overflow: hidden;
	display: flex;
}
.reform-style-item {
	float: left;
	width: 254px;
	padding: 20px 15px;
	margin-right: 61px;
}
.reform-style-item:last-child {
	margin-right: 0;
}
.reform-style i.iconfont {
	color: #999999;
	font-size: 50px;
}
.reform-style-name {
	color: #111;
	font-size: 20px;
	line-height: 60px;
}
.reform-style-line {
	width: 30px;
	height: 2px;
	margin-bottom: 20px;
	display: inline-block;
	background-color: #00848D;
}
.reform-style-info {
	color: #666;
	font-size: 16px;
}
.reform-style-item:hover {
	background-color: #00848d;
}
.reform-style-item:hover p {
	color: #fff;
}
.reform-style-item:hover i {
	color: #03f4fb;
}
.reform-style-item:hover span {
	background-color: #03f4fb;
}
.program-ready {
	margin-top: 30px;
	border-bottom: 20px solid #00848D;
}
.program-info {
	width: 630px;
}
.program-title {
	position: relative;
	margin-bottom: 20px;
}
.program-title p {
	padding: 2px;
	color: #111;
	font-size: 20px;
	line-height: 30px;
	margin-left: -20px;
	position: relative;
	display: inline-block;
	background-color: #fff;
	border-bottom: 1px solid #00848D;
}
.program-title span {
	color: #00848D;
	position: relative;
	left: 0;
    top: -20px;
	width: 36px;
	height: 41px;
	font-size: 24px;
	padding-left: 10px;
	padding-top: 5px;
	border-radius: 24px;
	display: inline-block;
	border: 1px solid #00848D;
	font-weight: bold;
}
.program-text {
	color: #666;
	font-size: 16px;
	margin-bottom: 15px;
    line-height: 24px;
}
.program-text i {
	width: 20px;
	height: 20px;
	color: #fff;
	font-style: normal;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	margin-bottom: 10px;
	display: inline-block;
	background-color: #4fd1d9;
}
.program-img {
	width: 480px;
	padding: 7px 0 0 7px;
	background: url("../images/consult_box_left_bg.png") no-repeat left top;
}
.program-img-bottom {
	margin-bottom: -40px;
}
.program-carry {
	margin-top: 50px;
	margin-bottom: 30px;
}
.program-img-right {
	padding: 7px 7px 0 0;
	background: url("../images/consult_box_right_bg.png") no-repeat right top;
}
.program-standard {
	text-align: left;
	padding: 40px 0 10px 20px;
	box-sizing: border-box;
}
.about-info {
	width: 930px;
	margin: 30px auto 0;
	padding: 35px;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 15px #d2d2d2;
}
.about-info>p {
	color: #666666;
	font-size: 16px;
	text-indent: 2em;
	margin-bottom: 10px;
	line-height: 30px;
}
.about-sub-title {
	font-size: 20px;
	color: #111111;
	text-align: center;
	line-height: 40px;
}
.about-sub-info {
	padding: 0 50px;
}
.about-sub-info p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.about-info-img {
	margin-top: -540px;
}
.about-jg {
	margin-top: 30px;
}
.about-jg-top {
	width: 475px;
	line-height: 58px;
	color: #ffffff;
	font-size: 20px;
	display: inline-block;
	background-color: #00848d;
}
.about-jg-box {
	width: 565px;
	overflow: hidden;
	display: inline-block;
}
.about-jg-center {
	width: 312px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	background-color: #00848d;
}
.ajr {
	padding-right: 30px;
}
.ajl {
	padding-left: 30px;
}
.about-jg-bottom {
	display: flex;
	justify-content: space-between;
}
.about-jg-bottom span {
	color: #fff;
	width: 125px;
	font-size: 20px;
	line-height: 40px;
	background-color: #00848d;
}
.about-lc {
	margin-top: 50px;
	position: relative;
	height: 418px;
}
.about-lc .lc{
	height: 100%;
}
.about-lc-box {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 40px;
	text-align: center;
}
.about-lc-box .boxs .title span {
	color: #fff;
	border-bottom-color: #fff;
}
.about-lc-text p {
	color: #fff;
	width: 190px;
	padding: 10px;
	display: inline-block;
}
.about-lc-top {
	margin-top: 20px;
}
.about-lc-bottom p {
	vertical-align: top;
}
.about-zz {
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	margin-top: 40px;
	line-height: 30px;
	box-sizing: border-box;
	background-color: #00848D;
}
.about-img {
	display: flex;
	text-align: center;
	margin-top: 40px;
	flex-wrap: wrap;
	justify-content: space-around;
}
.about-img-item {
	padding: 25px;
	box-sizing: border-box;
	border: 1px solid #111;
}
.about-img p {
	color: #111;
	font-size: 16px;
	margin: 20px 0;
	display: block;
}
.about-img div,
.about-img p {
	width: 40%;
}
.about-zp {
	margin-top: 50px;
}
.about-zp-box {
	width: 550px;
	height: 640px;
	padding: 10px 20px;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: -3px -3px 15px #cbcbcb;
}
.about-zp-title {
	color: #111;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
}
.about-zp-info {
	color: #666;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
}
.about-zp-line {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	height: 6px;
	background-color: #00848D;
}
.about-zp-img {
	margin-top: -150px;
}
.about-style {
	width: 800px;
	margin: 60px auto 0;
}
.about-style p {
	color: #111;
	font-size: 20px;
	margin-bottom: 20px;
}
.form {
	padding: 20px;
	margin-top: -80px;
	text-align: center;
	position: relative;
	background-color: #fff;
	box-shadow: -1px 1px 15px #d2d2d2;
}
.form-item {
	float: left;
	width: 25%;
	height: 110px;
	box-sizing: border-box;
	border-right: 1px solid #d2d2d2;
}
.form .form-item:nth-child(4) {
	border: none;
}
.form-name {
	padding: 15px 0;
}
.form-name img {
	vertical-align: middle;
}
.form-name span {
	color: #666;
	padding: 3px 5px;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	background-color: #eee;
}
.form select {
	width: 146px;
	height: 25px;
	color: #111111;
	line-height: 25px;
	font-size: 14px;
	border: 1px solid #00848D;
}
.form input {
	width: 260px;
	height: 46px;
	color: #666666;
	font-size: 16px;
	padding: 0 10px;
	margin: 5px 0;
	line-height: 46px;
	border: 1px solid #00848D;
}
.form-sub {
	width: 135px;
	height: 44px;
	color: #fff;
	font-size: 16px;
	border: none;
	display: block;
	margin: 30px auto 0;
	border-radius: 15px;
	background-color: #00848D;
}
.question {
	padding: 30px 0;
	background-color: #eee;
}
.title-bg {
	position: relative;
}
.question-img {
	position: absolute;
	top: -70px;
	right: 200px;
}
.question-list .reform-style-item {
	width: 210px;
	background-color: #fff;
	border: 1px solid #01f9ff;
}
.question-list .reform-style-item:hover {
	background-color: #00848d;
}
.adv {
	flex-wrap: wrap;
	justify-content: space-between;
	background: url("../images/adv_bg.jpg") no-repeat center 200px;
}
.adv .reform-style-item {
	width: calc(100% / 3);
	margin-right: 0;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.adv .reform-style-item:hover {
	background-color: transparent;
}
.adv .reform-style-item:hover p {
	color: #00848D;
}
.adv .adv-out {
	width: 120px;
	height: 120px;
	display: inline-block;
	border-radius: 61px;
	border: 1px solid #00848D;
}
.adv i.iconfont {
	width: 100px;
	height: 100px;
	color: #00848D;
	line-height: 100px;
	margin-top: 10px;
	border: 1px solid transparent;
	border-radius: 51px;
	display: inline-block;
}
.adv .reform-style-item:hover .adv-out {
	background-color: #00848D;
}
.adv .reform-style-item:hover i {
	color: #01F9FF;
	border-color: #fff;
}
.train-content {
	color: #111;
	width: 200px;
	line-height: 48px;
	margin: -25px auto 0;
	text-align: center;
	font-size: 24px;
	position: relative;
	background-color: #fff;
	border-bottom: 2px solid #00848D;
}
.train-list {
	overflow: hidden;
	margin-top: 60px;
}
.train-item {
	float: left;
	width: 360px;
	height: 144px;
	text-align: center;
	position: relative;
	margin-right: 60px;
	margin-bottom: 60px;
}
.train-item:nth-child(3) {
	margin-right: 0;
}
.train-item:nth-child(4) {
	width: 520px;
	margin-left: 40px;
}
.train-item:nth-child(5) {
	width: 520px;
	margin-right: 0;
}
.train-c {
	width: 142px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	border-radius: 80px;
	border: 1px solid #00848D;
}
.train-box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 73px;
	right: 0;
	z-index: 1;
	text-align: right;
	border: 1px solid #00848D;
	border-left-color: transparent;
}
.train-c-inner {
	width: 136px;
	height: 136px;
	border-radius: 70px;
	margin-top: 3px;
	display: inline-block;
}
.train-c i {
	width: 126px;
	height: 126px;
	line-height: 126px;
	color: #00848D;
	font-size: 60px;
	margin-top: 3px;
	border-radius: 70px;
	display: inline-block;
	border: 1px solid transparent;
}
.train-box-info {
	width: 100%;
	text-align: center;
	padding-right: 20px;
	padding-left: 80px;
	display: inline-block;
	box-sizing: border-box;
}
.train-box-info em {
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	border-radius: 30px;
	font-size: 20px;
	margin: 20px 0 10px;
	font-style: normal;
	display: inline-block;
	background-color: #00848D;
}
.train-box-info p {
	color: #111;
	font-size: 14px;
}
.train-item:hover .train-c {
	border-color: #fff;
	background-color: #fff;
}
.train-item:hover .train-c-inner {
	background-color: #00848D;
}
.train-item:hover .train-c i {
	color: #01F9FF;
	border-color: #01F9FF;
}
.train-item:hover .train-box {
	background-color: #00848D;
}
.train-item:hover .train-box em {
	color: #00848D;
	background-color: #fff;
}
.train-item:hover .train-box p {
	color: #fff;
}
.train-child {
	position: relative;
}
.train-child-box {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.train-child-text {
	display: inline-block;
	text-align: left;
	margin-top: 20px;
}
.train-child-text p {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}
.train-price {
	margin-top: 70px;
	box-sizing: border-box;
	padding: 0 130px;
	text-align: center;
	box-shadow: 0 0 10px #d2d2d2;
}
.train-price-item {
	width: 50%;
	float: left;
}
.train-price-title {
	width: 230px;
	color: #fff;
	font-size: 20px;
	padding: 15px;
	margin-top: -20px;
	display: inline-block;
	background-color: #00848D;
}
.train-price-title p {
	margin-top: 10px;
}
.train-text {
	color: #666;
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
}
.train-text i {
	width: 16px;
	height: 16px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	font-style: normal;
	border-radius: 20px;
	display: inline-block;
	background-color: red;
}
.train-money {
	color: #111;
	font-size: 24px;
	line-height: 40px;
}
.train-price-item:nth-child(2) .train-text {
	padding-left: 80px;
}
.tax-nr {
	display: flex;
	text-align: center;
	margin-top: 20px;
	justify-content: space-between;
}
.tax-nr-item {
	width: 166px;
	padding: 35px 0 10px;
	border: 1px solid #fff;
}
.tax-nr-item i {
	color: #999999;
	font-size: 50px;
}
.tax-nr-item p {
	color: #666;
	font-size: 16px;
	line-height: 60px;
}
.tax-nr-item:hover {
	border-color: #00848D;
}
.tax-nr-item:hover i {
	color: #00848D;
}
.tax-nr-item:hover p {
	color: #111;
}
.tax-xm {
	display: flex;
	text-align: center;
	margin-top: 50px;
}
.tax-xm-item {
	flex: 1;
	border: 1px solid #999999;
	border-right: none;
	padding: 60px 10px;
	position: relative;
}
.tax-xm-item:last-child {
	border-right: 1px solid #999999;
}
.tax-xm-item i {
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: auto;
	font-style: normal;
	border-radius: 20px;
	display: block;
	background-color: #999999;
	border: 4px solid #eeeeee;
}
.tax-xm-item p {
	color: #666;
	font-size: 14px;
}
.tax-xm-item:hover {
	background-color: #00848D;
}
.tax-xm-item:hover p {
	color: #fff;
}
.tax-zl {
	margin-top: 190px;
	padding-bottom: 76px;
	background-color: #00848d;
}
.tax-zl-box {
	padding-bottom: 30px;
	background: url("../images/tax_zl_bg.png") no-repeat bottom center;
}
.tax-zl-box>img {
	margin-top: -120px;
}
.tax-zl-info {
	width: 630px;
	text-align: left;
}
.tax-zl-info-title {
	color: #fff;
	font-size: 20px;
	margin: 25px 0;
}
.tax-zl-info-sub-title {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.tax-zl-info-sub-title i {
	width: 6px;
	height: 6px;
	margin-right: 5px;
	border-radius: 3px;
	display: inline-block;
	background-color: #01F9FF;
}
.box_con_bottom{
	margin-bottom: 150px;
}
.wuyou_box_main{
	width: 1000px;
    margin: 0 auto;
}
@media(max-width:767px){
	.box_con_bottom {
		margin-bottom: 100px;
	}
}